home *** CD-ROM | disk | FTP | other *** search
/ Champak 120 / Vol 120.iso / games / battlefi.swf / scripts / DefineButton2_664 / BUTTONCONDACTION on(release).as
Text File  |  2010-11-09  |  179b  |  11 lines

  1. on(release){
  2.    if(_root.gold > 499)
  3.    {
  4.       _root.cav.duped = true;
  5.    }
  6.    if(_root.gold < 500 or _root.population == _root.poptot)
  7.    {
  8.       uncav.play();
  9.    }
  10. }
  11.